fix(deps): update dependency com.google.cloud:google-cloud-live-stream to v0.10.0 #7615
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.0->0.10.0⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
googleapis/google-cloud-java
v0.10.0: 0.10.0Compare Source
Storage
Logging
FuturetoApiFuture(#1706)Pubsub
FuturetoApiFuture(#1709)Bigquery
NIO
Updates
Samples/docs
v0.9.0: 0.9.0Compare Source
Pub/Sub High-Performance Rewrite
The Pub/Sub client has been completely rewritten to enable high throughput. The handwritten layer on top of the SPI layer has been deprecated, and two handwritten classes have been added in the SPI layer,
PublisherandSubscriber, for publishing and subscribing. (Note for those concerned: synchronous pull is still possible inSubscriberClient.) The handwritten layer was deprecated because the SPI layer can be kept up to date more easily with new service features. Since the change is so disruptive, we have retained the deprecated classes, but moved them undercom.google.cloud.pubsub.deprecated. They will be removed before the Pub/Sub client goes to GA.Logging
SPI layer changes
Docs
v0.8.0: 0.8.0Compare Source
Select clients going from Alpha to Beta
In this release, clients for four APIs are moving to beta:
Their versions will have “-beta” on the end call out that fact. All other clients are still Alpha.
Features
Interface changes
Test improvements
Several tests were flaky on AppVeyor, so improvements were made to make them more reliable.
Despite that, integration tests were still failing on AppVeyor, so they have been disabled until they can all run reliably - tracking issue: #1429
Documentation, Snippets
v0.7.0: 0.7.0Compare Source
Naming, interface changes
Apihave been renamed so that they end inClient(#1417)Features
OperationFuturetype which enables an easier way to get the final result of the long-running operation. (#1419)Documentation, Snippets
v0.6.0: 0.6.0Credentials changes
AuthCredentialsclasses have been deleted. Use classes from google-auth-library-java for authentication.google-cloudwill still try to infer credentials from the environment when no credentials are provided:You can also explicitly provide credentials. For instance, to use a JSON credentials file try the following code:
For more details see the Authentication section of the main README.
Features
PubSub
pullAsyncmethods now usereturnImmediately=falseand are not subject to client-side timeouts (#1387)Translate
TranslateOption.model(String)option which allows to set the language translation model used to translate text. This option is only available to whitelisted users (#1393)Fixes
Storage
BaseWriteChannel'spositiontolongto fix integer overflow on big files (#1390)v0.5.1: 0.5.1Compare Source
Fixes
All
google-cloud-coremodule. Get rid of duplicate classes (#1365)Datastore
DatastoreOptions.Builder'snamespace(String)setter in favor ofsetNamespace(String), undo deprecatingTransaction.Response.getGeneratedKeys()(#1358)javaxpackage ingoogle-cloud-nioshaded jar (#1362)v0.5.0: 0.5.0Compare Source
Naming changes
getandsetprefix have been added to all classes/builders. Older getters/setters (withoutget/setprefix) have been deprecatedbuilder()have been deprecated, you should usenewBuilder()insteaddefaultInstance()factory methods have been deprecated, you should usegetDefaultInstance()insteadSee the following example of using
google-cloud-storageafter the naming changes:Features
Datastore
LocalDatastoreHelperfor more recent version of the Datastore emulator installed viagcloud(#1303)reset()method toLocalDatastoreHelperto clear the status of the Datastore emulator (#1293)PubSub
PUBSUB_EMULATOR_HOSTenvironment variable is set, the PubSub client uses it to locate the PubSub emulator. (#1317)Fixes
Datastore
LocalDatastoreHelperto properly cache downloaded copies of the Datastore emulator (#1302)Storage
Storage.signUrlto support blob names containing/characters (#1346)Storage.readerto read gzip blobs in compressed chunks. This preventsReadChannelfrom trying (and failing) to uncompress gzipped chunks (#1301)Storage NIO
google-cloud-nioshaded jar (#1327)v0.4.0: 0.4.0Compare Source
Features
BigQuery
of(String)factory method to DatasetInfo (#1275)Core
google-cloudnow depends onprotobuf 3.0.0andgrpc 1.0.1(#1273)PubSub
Storage
Fixes
BigQuery
BigQueryOptions(#1217)RowToInsertusingMap<Str, ? extends Object>rather thanMap<Str, Object>(#1259)Datastore
ABORTEDDatastore commits only when the commit wasNON_TRANSACTIONAL(#1235)Logging
MetricInfoparameter fromMetric.updateAsync()(#1221)SinkInfoparameter fromSink.updateAsync()(#1222)Logging.deleteSinknow returnsfalseonNOT_FOUND(#1222)Storage
WriteChannel, when they fail with a retryable error (#1233)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.